Changeset 11149
- Timestamp:
- 05/05/08 13:20:53 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/GohanLog/trunk/app/views/gohans/index.thtml
r10914 r11149 4 4 Hatena.Star.EntryLoader.headerTagAndClassName = ['H1','entry-title']; 5 5 </script> 6 <style type="text/css"> 7 <!-- 8 #gohan{ 9 border: 0px solid; 10 width: 160px; 11 height: 300px; 12 margin-right: 30px; 13 float: left; 14 } 15 --> 16 </style> 6 17 7 18 <?php … … 39 50 <?php 40 51 41 print '<ul style="list-style:none">';42 52 foreach($value as $key2 => $value2){ 43 print "<li style='float:left'>";53 print '<div id="gohan">'; 44 54 print "<a href='/gohan_data/img/".$value2['Gohan']['filename']."'><img alt='".$value2['Gohan']['date_time_original']."' src='/thumbs/index?src=gohan_data/img/".$value2['Gohan']['filename']."&w=180&h=120'></a><BR>"; 45 55 foreach($value2['Gohan']['tags'] as $key3 => $value3){ 46 print $value2['Gohan']['tags'][$key3]['Tag']['name']." <BR>";56 print $value2['Gohan']['tags'][$key3]['Tag']['name']." | "; 47 57 } 48 58 … … 53 63 print $html->submit('タグ追加'); 54 64 print "</form>"; 55 print "</ li> \n";65 print "</div> \n"; 56 66 } 57 print '</ul>';58 67 print '<BR><BR>'; 59 68 60 69 } 61 70 ?> 62 63 64
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)