X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=webapp%2Fmodules%2FCommunity%2Ftemplates%2FSearchFolder.tpl.php;fp=webapp%2Fmodules%2FCommunity%2Ftemplates%2FSearchFolder.tpl.php;h=81a28972f920a902029d680fb87597877ce16000;hb=5b9f238c81808ea11bff12536ee867e3c3b7fc07;hp=0000000000000000000000000000000000000000;hpb=8f9121013e0e238a039705ba092ca08b5234d632;p=acs%2Facs.git diff --git a/webapp/modules/Community/templates/SearchFolder.tpl.php b/webapp/modules/Community/templates/SearchFolder.tpl.php new file mode 100644 index 0000000..81a2897 --- /dev/null +++ b/webapp/modules/Community/templates/SearchFolder.tpl.php @@ -0,0 +1,154 @@ + + +_tpl_vars['community_top_page_url'] . '">'; +$title .= htmlspecialchars($this->_tpl_vars['community_row']['community_name']); +$title .= ' '.ACSMsg::get_msg("Community", "SearchFolder.tpl.php",'M001'); +$title .= ''; +$title .= ' :: '; +$title .= ''; +$title .= ACSMsg::get_msg("Community", "SearchFolder.tpl.php",'M002'); +$title .= ''; +?> +
::
+ +

+

+ + + + + + + +
+ + + + + + + + + + + + + + +
¥­¡¼¥ï¡¼¥É">
+_tpl_vars['form']['target'] == 'folder' || $this->_tpl_vars['form']['target'] == 'file') { + $selected[$this->_tpl_vars['form']['target']] = ' checked'; +} else { + $selected['folder_file'] = ' checked'; +} +?> +>  +>  +> +
+_tpl_vars['form']['order'] == 'update_date') { + $selected[$this->_tpl_vars['form']['order']] = ' selected'; +} else { + $selected['name'] = ' selected'; +} +?> + +
+
+ +
+

+ + +_tpl_vars['form']['search']) { + //echo "\n"; + echo "
\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "\n"; + + // ¥Õ¥©¥ë¥À + if (is_array($this->_tpl_vars['folder_row_array'])) { + foreach ($this->_tpl_vars['folder_row_array'] as $folder_row) { + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "\n"; + } + } + + // ¥Õ¥¡¥¤¥ë + if (is_array($this->_tpl_vars['file_info_row_array'])) { + foreach ($this->_tpl_vars['file_info_row_array'] as $file_info_row) { + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "\n"; + } + } + + // ¥×¥Ã¥È¥Õ¥©¥ë¥À + if (is_array($this->_tpl_vars['put_folder_row_array'])) { + foreach ($this->_tpl_vars['put_folder_row_array'] as $folder_row) { + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "\n"; + } + } + + // ¥×¥Ã¥È¥Õ¥¡¥¤¥ë + if (is_array($this->_tpl_vars['put_file_info_row_array'])) { + foreach ($this->_tpl_vars['put_file_info_row_array'] as $file_info_row) { + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "\n"; + } + } + + echo "
".ACSMsg::get_msg("Community", "SearchFolder.tpl.php",'M012')."".ACSMsg::get_msg("Community", "SearchFolder.tpl.php",'M013')."".ACSMsg::get_msg("Community", "SearchFolder.tpl.php",'M014')."".ACSMsg::get_msg("Community", "SearchFolder.tpl.php",'M015')."
"; + echo ""; + echo ""; + echo ""; + echo "
" . htmlspecialchars($folder_row['folder_name']) . "
"; + echo"
$folder_row[update_date] " . htmlspecialchars($folder_row['path']) . "
"; + echo ""; + echo ""; + echo ""; + echo "
" . htmlspecialchars($file_info_row['display_file_name']) . "
"; + echo"
$file_info_row[update_date]$file_info_row[file_size]" . htmlspecialchars($file_info_row['path']) . "
"; + echo ""; + echo ""; + echo ""; + echo "
" . htmlspecialchars($folder_row['folder_name']) . "
"; + echo"
$folder_row[update_date] " . htmlspecialchars($folder_row['path']) . "
"; + echo ""; + echo ""; + echo ""; + echo "
" . htmlspecialchars($file_info_row['display_file_name']) . "
"; + echo"
$file_info_row[update_date]$file_info_row[file_size]" . htmlspecialchars($file_info_row['path']) . "
\n"; +} +?>