- Timestamp:
- 10/07/09 19:42:35 (3 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
-
common/db/smf.php (modified) (2 diffs)
-
www/format/form.php (modified) (1 diff)
-
www/views/header.php (modified) (1 diff)
-
www/views/monitor.php (modified) (2 diffs)
-
www/views/register.php (modified) (1 diff)
-
www/views/tags_header.php (modified) (2 diffs)
-
www/views/task_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/db/smf.php
r1052 r1055 59 59 // Updates SMF user information from a regular infoarena user. 60 60 function smf_update_user($ia_user) { 61 62 61 $fields = array( 63 62 'memberName' => $ia_user['username'], … … 113 112 $is_smf_admin = true; 114 113 } 115 116 114 if (in_array(1, $additional_groups)) { 117 115 $is_smf_admin = true; -
trunk/www/format/form.php
r954 r1055 155 155 // Format label. 156 156 $label = "<label for=\"form_$field_name\""; 157 if (array_key_exists(' access_key', $field_info)) {157 if (array_key_exists(' access_key', $field_info)) { 158 158 $label .= 'accesskey="'; 159 159 $label .= $field_info['access_key']; -
trunk/www/views/header.php
r1049 r1055 34 34 if (getattr($view, 'page_name') == "home") { 35 35 ?> 36 <meta name="Description" content="Concursuri de programare, Stiri si articole de informatica, Comunitate online. Arhiva de probleme, Evaluare 24/24, Forum, Resurse educationale, Pregatire pentru olimpiada." >37 <meta name="keywords" content="Cocursuri, Informatica, Programare, Comunitate, Algoritmi, Articole, Evaluare, Pregatire" >36 <meta name="Description" content="Concursuri de programare, Stiri si articole de informatica, Comunitate online. Arhiva de probleme, Evaluare 24/24, Forum, Resurse educationale, Pregatire pentru olimpiada." /> 37 <meta name="keywords" content="Cocursuri, Informatica, Programare, Comunitate, Algoritmi, Articole, Evaluare, Pregatire" /> 38 38 <meta name="verify-v1" content="j9UCDYvsDL2pLtkJDDkE4HnHVmXakgvz30vOyIJ+6cI=" /> 39 39 <meta name="verify-v1" content="ac36ilLp6y4xp71sJgZEjFMgow6YCLkyQLrG/b2iT/Q=" /> -
trunk/www/views/monitor.php
r1017 r1055 77 77 } 78 78 } 79 $msg = "<span style=\"job-status-done\">$msg</span>";79 $msg = "<span class=\"job-status-done\">$msg</span>"; 80 80 return format_link($url, $msg, false); 81 81 } … … 95 95 } 96 96 if ($row['status'] == 'waiting') { 97 $msg = '<span style="job-stats-waiting">in asteptare</span>';97 $msg = '<span class="job-stats-waiting">in asteptare</span>'; 98 98 return format_link($url, $msg, false); 99 99 } -
trunk/www/views/register.php
r986 r1055 82 82 <ul class="form"> 83 83 <li> 84 <script >84 <script type="text/javascript"> 85 85 var RecaptchaOptions = { 86 86 theme : 'clean', -
trunk/www/views/tags_header.php
r934 r1055 19 19 '" id="form_'.$esc_name.'"'; 20 20 if (!is_null($width)) { 21 $output .= ' width="'.$esc_width.'"';21 $output .= ' size="'.$esc_width.'"'; 22 22 } 23 23 if (!is_null($value)) { … … 27 27 $output .= '<script type="text/javascript" language="JavaScript" src="'. 28 28 html_escape(url_static("js/wick.js")).'"></script>'; 29 $output .= "</l abel></li>";29 $output .= "</li>"; 30 30 return $output; 31 31 } -
trunk/www/views/task_edit.php
r1053 r1055 104 104 <form action="<?= html_escape(url_task_delete()) ?>" method="post" style="float: right"> 105 105 <input type="hidden" name="task_id" value="<?= html_escape($task_id) ?>" /> 106 <input onclick="return confirm('Aceasta actiune este ireversibila! Doresti sa continui?')" )type="submit" value="Sterge problema" id="form_delete" class="button important" />106 <input onclick="return confirm('Aceasta actiune este ireversibila! Doresti sa continui?')" type="submit" value="Sterge problema" id="form_delete" class="button important" /> 107 107 </form> 108 108 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)