Changeset 16825 for branches/beta/data
- Timestamp:
- 2007/11/28 14:16:01 (19 years ago)
- Location:
- branches/beta/data
- Files:
-
- 31 added
- 1 edited
-
Smarty/templates/admin/home.tpl (modified) (3 diffs)
-
module/Services (added)
-
module/Services/JSON (added)
-
module/Services/JSON.php (added)
-
module/Services/JSON/LICENSE (added)
-
module/Services/JSON/Test-JSON.php (added)
-
module/Services/JSON/doc (added)
-
module/Services/JSON/doc/Services_JSON (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_AssocArray_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_Empties_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_EncDec_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_Error.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_ErrorSuppression_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_NestedArray_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_Object_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_Spaces_Comments_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/Services_JSON_UnquotedKeys_TestCase.html (added)
-
module/Services/JSON/doc/Services_JSON/_JSON_php.html (added)
-
module/Services/JSON/doc/Services_JSON/_Test-JSON_php.html (added)
-
module/Services/JSON/doc/blank.html (added)
-
module/Services/JSON/doc/classtrees_Services_JSON.html (added)
-
module/Services/JSON/doc/elementindex.html (added)
-
module/Services/JSON/doc/elementindex_Services_JSON.html (added)
-
module/Services/JSON/doc/errors.html (added)
-
module/Services/JSON/doc/index.html (added)
-
module/Services/JSON/doc/li_Services_JSON.html (added)
-
module/Services/JSON/doc/media (added)
-
module/Services/JSON/doc/media/banner.css (added)
-
module/Services/JSON/doc/media/stylesheet.css (added)
-
module/Services/JSON/doc/packages.html (added)
-
module/Services/JSON/doc/todolist.html (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/Smarty/templates/admin/home.tpl
r17 r16825 153 153 <tr> 154 154 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_left.jpg" width="12" height="10" alt="" border="0"></td> 155 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg01.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt=""><span class="infodate"><!--{$arrInfo[i] [0]}--></span></td>155 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg01.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/icon.jpg" width="15" height="9" alt=""><span class="infodate"><!--{$arrInfo[i].disp_date|sfDispDBDate}--></span></td> 156 156 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_day_right.jpg" width="5" height="10" alt="" border="0"></td> 157 157 </tr> … … 159 159 <tr> 160 160 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bottom_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="12" height="1" alt=""></td> 161 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg02.jpg" class="infottl"><!--{$arrInfo[i] [1]}--></td>161 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bg02.jpg" class="infottl"><!--{$arrInfo[i].title}--></td> 162 162 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/infottl_bottom_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="5" height="1" alt=""></td> 163 163 </tr> … … 165 165 <tr><td height="5"></td></tr> 166 166 <tr> 167 <td colspan="3" class="fs10"><span class="info"><!--{$arrInfo[i] [2]}--></span></td>167 <td colspan="3" class="fs10"><span class="info"><!--{$arrInfo[i].body}--></span></td> 168 168 </tr> 169 169 <!--{/section}-->
Note: See TracChangeset
for help on using the changeset viewer.
