Changeset 980
- Timestamp:
- 01/24/10 10:03:55 (3 years ago)
- Location:
- branches/1.0/content
- Files:
-
- 74 added
- 10 edited
-
plugins/submit/css/submit.css (modified) (1 diff)
-
plugins/submit/templates/submit1.php (modified) (2 diffs)
-
plugins/submit/templates/submit2.php (modified) (6 diffs)
-
plugins/submit/templates/submit3.php (modified) (2 diffs)
-
plugins/submit/templates/submit_edit.php (modified) (8 diffs)
-
plugins/users/templates/users_account.php (modified) (2 diffs)
-
plugins/users/templates/users_edit_profile.php (modified) (2 diffs)
-
plugins/users/templates/users_permissions.php (modified) (2 diffs)
-
plugins/users/templates/users_settings.php (modified) (2 diffs)
-
themes/bars (added)
-
themes/bars/css (added)
-
themes/bars/css/blueprint (added)
-
themes/bars/css/blueprint/ie.css (added)
-
themes/bars/css/blueprint/plugins (added)
-
themes/bars/css/blueprint/plugins/buttons (added)
-
themes/bars/css/blueprint/plugins/buttons/icons (added)
-
themes/bars/css/blueprint/plugins/buttons/icons/cross.png (added)
-
themes/bars/css/blueprint/plugins/buttons/icons/key.png (added)
-
themes/bars/css/blueprint/plugins/buttons/icons/tick.png (added)
-
themes/bars/css/blueprint/plugins/buttons/readme.txt (added)
-
themes/bars/css/blueprint/plugins/buttons/screen.css (added)
-
themes/bars/css/blueprint/plugins/fancy-type (added)
-
themes/bars/css/blueprint/plugins/fancy-type/readme.txt (added)
-
themes/bars/css/blueprint/plugins/fancy-type/screen.css (added)
-
themes/bars/css/blueprint/plugins/link-icons (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/doc.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/email.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/external.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/feed.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/im.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/pdf.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/visited.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/icons/xls.png (added)
-
themes/bars/css/blueprint/plugins/link-icons/readme.txt (added)
-
themes/bars/css/blueprint/plugins/link-icons/screen.css (added)
-
themes/bars/css/blueprint/plugins/rtl (added)
-
themes/bars/css/blueprint/plugins/rtl/readme.txt (added)
-
themes/bars/css/blueprint/plugins/rtl/screen.css (added)
-
themes/bars/css/blueprint/print.css (added)
-
themes/bars/css/blueprint/screen.css (added)
-
themes/bars/css/blueprint/src (added)
-
themes/bars/css/blueprint/src/forms.css (added)
-
themes/bars/css/blueprint/src/grid.css (added)
-
themes/bars/css/blueprint/src/grid.png (added)
-
themes/bars/css/blueprint/src/ie.css (added)
-
themes/bars/css/blueprint/src/print.css (added)
-
themes/bars/css/blueprint/src/reset.css (added)
-
themes/bars/css/blueprint/src/typography.css (added)
-
themes/bars/css/comments.css (added)
-
themes/bars/css/posts_widget.css (added)
-
themes/bars/css/related_posts.css (added)
-
themes/bars/css/sb_base.css (added)
-
themes/bars/css/search.css (added)
-
themes/bars/css/style.css (added)
-
themes/bars/css/submit.css (added)
-
themes/bars/css/vote.css (added)
-
themes/bars/footer.php (added)
-
themes/bars/header.php (added)
-
themes/bars/images (added)
-
themes/bars/images/alert.png (added)
-
themes/bars/images/comment.png (added)
-
themes/bars/images/dropdown.png (added)
-
themes/bars/images/edit.png (added)
-
themes/bars/images/flag_red.png (added)
-
themes/bars/images/flag_yellow.png (added)
-
themes/bars/images/hotarucms.png (added)
-
themes/bars/images/rss_10.png (added)
-
themes/bars/images/rss_16.png (added)
-
themes/bars/images/rss_28.png (added)
-
themes/bars/images/rss_32.png (added)
-
themes/bars/images/star.png (added)
-
themes/bars/images/tags.png (added)
-
themes/bars/images/tweet-this.png (added)
-
themes/bars/index.php (added)
-
themes/bars/javascript (added)
-
themes/bars/javascript/placeholder.txt (added)
-
themes/bars/languages (added)
-
themes/bars/languages/main_language.php (added)
-
themes/bars/languages/users_language.php (added)
-
themes/bars/navigation.php (added)
-
themes/bars/sb_sort_filter.php (added)
-
themes/bars/settings.php (added)
-
themes/default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/plugins/submit/css/submit.css
r847 r980 3 3 ************************************** */ 4 4 5 #submit_1, #submit_2, #submit_3, #submit_edit { margin-top: 1.0em; } 6 7 /* step 1 */ 8 #submit_orig_url { width: 30em; } 9 #submit_button_1 { float: right; } 10 #submit_no_link { margin-top: 0.4em; } 11 12 /* step 2 */ 13 #post_title, #post_content, #post_tags { width: 36em; } 14 15 /* step 3 */ 5 16 #submit_edit_confirm { width: 100%; text-align: center; } 6 17 #submit_edit_confirm input { width: 10.0em; } 18 19 /* edit */ 20 #post_orig_url { width: 36em; } /* source url for admins only */ -
branches/1.0/content/plugins/submit/templates/submit1.php
r899 r980 27 27 $submitted_url = urldecode($h->vars['submitted_data']['submit_orig_url']); 28 28 ?> 29 <div id="submit_1"> 29 30 30 31 <?php echo $h->showMessage(); ?> … … 34 35 35 36 <form name='submit_1' action='<?php echo BASEURL; ?>index.php?page=submit1' method='post'> 36 <table> 37 <tr> 38 <td><?php echo $h->lang["submit_url"]; ?> </td> 39 <td><input type='text' id='submit_orig_url' name='submit_orig_url' value='<?php echo $submitted_url; ?>' /></td> 40 <td> </td> 41 </tr> 42 <?php if ($h->currentUser->getPermission('can_post_without_link') == 'yes') { ?> 43 <tr> 44 <td colspan = 3><input type='checkbox' name='no_link'> 45 <?php echo $h->lang["submit_post_without_link"]; ?></td> 46 </tr> 47 <?php } ?> 37 <?php echo $h->lang["submit_url"]; ?> 38 <input id='submit_orig_url'type='text' name='submit_orig_url' value='<?php echo $submitted_url; ?>' /> 39 <?php if ($h->currentUser->getPermission('can_post_without_link') == 'yes') { ?> 40 <br /><input id='submit_no_link' type='checkbox' name='no_link'> <?php echo $h->lang["submit_post_without_link"]; ?> 41 <?php } ?> 48 42 49 <input type='hidden' name='submit1' value='true' /> 50 51 <tr><td colspan=3> </td></tr> 52 <tr><td> </td><td> </td><td style='text-align:right;'><input type='submit' class='submit' name='submit' value='<?php echo $h->lang['main_form_next']; ?>' /></td></tr> 53 </table> 43 <input type='hidden' name='submit1' value='true' /> 44 <br /> 45 <input id="submit_button_1" type='submit' class='submit' name='submit' value='<?php echo $h->lang['main_form_next']; ?>' /> 54 46 </form> 55 47 48 </div> -
branches/1.0/content/plugins/submit/templates/submit2.php
r937 r980 27 27 28 28 ?> 29 <div id="submit_2"> 30 29 31 <?php $h->showMessages(); ?> 30 32 … … 38 40 <td><?php echo $h->lang["submit_url"]; ?> </td> 39 41 <td><?php echo $h->vars['submit_orig_url']; ?></td> 40 <td> </td>41 42 </tr> 42 43 <?php } ?> … … 45 46 <td><?php echo $h->lang["submit_title"]; ?> </td> 46 47 <td><input type='text' id='post_title' name='post_title' value='<?php echo $h->vars['submit_title']; ?>'></td> 47 <td id='ajax_loader'> </td>48 48 </tr> 49 49 … … 51 51 <tr> 52 52 <td style='vertical-align: top;'><?php echo $h->lang["submit_content"]; ?> </td> 53 <td colspan='2'>53 <td> 54 54 <textarea id='post_content' name='post_content' rows='6'><?php echo $h->vars['submit_content']; ?></textarea> 55 55 </td> … … 58 58 <tr> 59 59 <td> </td> 60 <td colspan=2style='vertical-align: top;' class="submit_instructions">60 <td style='vertical-align: top;' class="submit_instructions"> 61 61 <?php echo $h->lang['submit_allowable_tags']; ?> 62 62 <?php echo $h->vars['submit_allowable_tags']; ?> … … 93 93 <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 94 94 95 <tr><td> </td><td > </td><tdstyle='text-align:right;'><input type='submit' onclick="javascript:safeExit=true;" class='submit' name='submit' value='<?php echo $h->lang['main_form_next']; ?>' /></td></tr>95 <tr><td> </td><td style='text-align:right;'><input type='submit' onclick="javascript:safeExit=true;" class='submit' name='submit' value='<?php echo $h->lang['main_form_next']; ?>' /></td></tr> 96 96 </table> 97 97 </form> 98 99 </div> -
branches/1.0/content/plugins/submit/templates/submit3.php
r847 r980 26 26 27 27 ?> 28 <div id="submit_3"> 29 28 30 <?php echo $h->lang["submit_instructions_3"]; ?> <br /><br /> 29 31 … … 53 55 <?php $h->pluginHook('submit_step3_post_buttons'); ?> 54 56 57 </div> -
branches/1.0/content/plugins/submit/templates/submit_edit.php
r937 r980 29 29 ?> 30 30 31 <div id="submit_edit"> 32 31 33 <?php echo $h->showMessages(); ?> 32 34 … … 38 40 <td><?php echo $h->lang["submit_url"]; ?> </td> 39 41 <td><?php echo "<a target='_blank' href='" . $h->vars['submit_orig_url'] . "'>" . $h->vars['submit_orig_url'] . "</a>"; ?></td> 40 <td> </td>41 42 </tr> 42 43 <tr> 43 44 <td><?php echo $h->lang["submit_title"]; ?> </td> 44 45 <td><input type='text' id='post_title' name='post_title' value='<?php echo $h->vars['submit_title']; ?>'></td> 45 <td> </td>46 46 </tr> 47 47 … … 50 50 <tr> 51 51 <td style='vertical-align: top;'><?php echo $h->lang["submit_content"]; ?> </td> 52 <td colspan=2>52 <td> 53 53 <textarea id='post_content' name='post_content' rows='6'><?php echo $h->vars['submit_content']; ?></textarea> 54 54 </td> … … 56 56 <tr> 57 57 <td> </td> 58 <td colspan=2style='vertical-align: top;' class="submit_instructions"><?php echo $h->lang['submit_allowable_tags']; ?>58 <td style='vertical-align: top;' class="submit_instructions"><?php echo $h->lang['submit_allowable_tags']; ?> 59 59 <?php echo $h->vars['submit_allowable_tags']; ?> 60 60 </td> … … 76 76 echo "<td>" . $h->lang["submit_tags"] . " </td>"; 77 77 echo "<td><input type='text' id='post_tags' name='post_tags' value='" . $h->vars['submit_tags'] . "'></td>"; 78 echo "<td> </td>";79 78 echo "</tr>"; 80 79 } … … 92 91 <td><?php echo $h->lang["submit_url"]; ?> </td> 93 92 <td><input type='text' id='post_orig_url' name='post_orig_url' value='<?php echo $h->vars['submit_orig_url']; ?>'></td> 94 <td> </td>95 93 </tr> 96 94 <?php } ?> … … 116 114 <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 117 115 118 <tr><td> </td><td > </td><tdstyle='text-align:right;'><input type='submit' class='submit' name='submit_edit_post' value='<?php echo $h->lang["main_form_update"]; ?>' /></td></tr>116 <tr><td> </td><td style='text-align:right;'><input type='submit' class='submit' name='submit_edit_post' value='<?php echo $h->lang["main_form_update"]; ?>' /></td></tr> 119 117 </table> 120 118 </form> … … 124 122 <?php echo $h->lang["submit_edit_delete"]; } ?> 125 123 </a> 124 125 </div> -
branches/1.0/content/plugins/users/templates/users_account.php
r847 r980 29 29 30 30 ?> 31 <div id="users_account"> 32 31 33 <h2><?php echo $h->lang["users_account"]; ?>: <?php echo $username; ?></h2> 32 34 … … 90 92 </form> 91 93 <?php } ?> 92 94 </div> -
branches/1.0/content/plugins/users/templates/users_edit_profile.php
r847 r980 47 47 48 48 ?> 49 <div id="users_edit_profile"> 50 49 51 <h2><?php echo $h->lang["users_profile_edit"]; ?>: <?php echo $h->vars['user']->name; ?></h2> 50 52 … … 67 69 <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 68 70 </form> 71 </div> -
branches/1.0/content/plugins/users/templates/users_permissions.php
r847 r980 25 25 */ 26 26 ?> 27 <div id="users_permissions"> 28 27 29 <h2><?php echo $h->lang["users_permissions"]; ?>: <?php echo $h->vars['user']->name; ?></h2> 28 30 … … 41 43 <div style='text-align: right'><input class='submit' type='submit' value='<?php echo $h->lang['users_permissions_update']; ?>' /></div> 42 44 </form> 45 </div> -
branches/1.0/content/plugins/users/templates/users_settings.php
r847 r980 39 39 40 40 ?> 41 <div id="users_settings"> 42 41 43 <h2><?php echo $h->lang["users_settings"]; ?>: <?php echo $h->vars['user']->name; ?></h2> 42 44 … … 53 55 <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 54 56 </form> 57 </div> -
branches/1.0/content/themes/default/header.php
r976 r980 47 47 <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js?ver=1.7.2'></script> 48 48 <script type="text/javascript" src="<?php echo BASEURL . 'javascript/hotaru.js'; ?>"></script> 49 49 50 <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css" /> 51 50 52 <!-- Include merged files for all the plugin css and javascript (if any) --> 51 53 <?php $h->doIncludes(); ?> 52 54 <!-- End --> 53 54 <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css" /> 55 55 56 <link rel="stylesheet" href="<?php echo BASEURL . 'content/themes/' . THEME . 'css/style.css'; ?>" type="text/css" /> 56 57 <!-- <link rel="shortcut icon" href="<?php echo BASEURL; ?>favicon.ico" /> -->
Note: See TracChangeset
for help on using the changeset viewer.