Beispiel #1
0
    ?>
</td>
				<td><?php 
    echo date(config_get('normal_date_format'), $t_tag_row['date_updated']);
    ?>
</td>
			</tr>
<?php 
}
# end while loop on tags
?>
		</tbody>
	</table>
	<div class="pager-links"><?php 
# @todo hack - pass in the hide inactive filter via cheating the actual filter value
print_page_links('manage_tags_page.php', 1, $t_page_count, (int) $f_page_number, $f_filter);
?>
	</div>
</div>

<?php 
if ($t_can_edit) {
    ?>
<div id="manage-tags-create-div" class="form-container">
	<a name="tagcreate" />
	<form id="manage-tags-create-form" method="post" action="tag_create.php">
		<fieldset class="required">
			<legend><span><?php 
    echo lang_get('tag_create');
    ?>
</span></legend>
Beispiel #2
0
    ?>
			</select>
			<input type="submit" class="button" value="<?php 
    echo lang_get('ok');
    ?>
" />
<?php 
} else {
    echo '&#160;';
}
?>
			</span>
			<span class="floatright small">
				<?php 
$f_filter = gpc_get_int('filter', 0);
print_page_links('view_all_bug_page.php', 1, $t_page_count, (int) $f_page_number, $f_filter);
?>
			</span>
		</td>
	</tr>
<?php 
# -- ====================== end of MASS BUG MANIPULATION ========================= --
?>
</tbody>
</table>
</form>

<?php 
if ($t_status_legend_position == STATUS_LEGEND_POSITION_BOTTOM || $t_status_legend_position == STATUS_LEGEND_POSITION_BOTH) {
    html_status_legend();
}
						echo '&#160;';
					} ?>
				</td>
				<td><?php echo $u_date_created ?></td>
				<td><?php echo $u_last_visit ?></td>
			</tr>
<?php
	}  # end for
?>
		</tbody>
	</table>

	<div class="pager-links">
		<?php
		# @todo hack - pass in the hide inactive filter via cheating the actual filter value
		print_page_links( 'manage_user_page.php', 1, $t_page_count, (int)$f_page_number, $c_filter . $t_hide_inactive_filter . $t_show_disabled_filter . '&amp;sort=' . $c_sort . '&amp;dir=' . $c_dir );
		?>
	</div>
<hr>
<div id="manage-user-edit-div">
	<form id="manage-user-edit-form" method="get" action="manage_user_edit_page.php"<?php # CSRF protection not required here - form does not result in modifications ?>>
		<fieldset>
			<label for="username"><?php echo lang_get( 'search' ) ?></label>
			<input id="username" type="text" name="username" value="" />
			<input type="submit" class="button" value="<?php echo lang_get( 'manage_user' ) ?>" />
		</fieldset>
	</form>
</div>

</div>
<?php
	<td><?php 
    echo $u_last_visit;
    ?>
</td>
</tr>
<?php 
}
# end for
# -- Page number links --
?>
	<tr>
		<td class="right" colspan="8">
			<span class="small">
				<?php 
/* @todo hack - pass in the page filter via cheating the actual filter value */
print_page_links('manage_user_page.php', 1, $t_page_count, (int) $f_page_number, $c_filter . $t_hide_inactive_filter . $t_show_disabled_filter . "&sort={$c_sort}&dir={$c_dir}");
?>
			</span>
		</td>
	</tr>
</table>
<?php 
# Manage Form END
?>
	<br />
	<form method="get" action="manage_user_edit_page.php">
	<?php 
# CSRF protection not required here - form does not result in modifications
?>
		<?php 
echo lang_get('search');
Beispiel #5
0
			<td class="center"><?php
				if ( $u_protected ) {
					echo " $t_lock_image";
				} else {
					echo '&#160;';
				} ?>
			</td>
			<td><?php echo $u_date_created ?></td>
			<td><?php echo $u_last_visit ?></td>
		</tr><?php
	}  # end for ?>
	</table>
	<div class="pager-links">
		<?php
		/* @todo hack - pass in the hide inactive filter via cheating the actual filter value */
		print_page_links( 'manage_user_page.php', 1, $t_page_count, (int)$f_page_number, $c_filter . $t_hide_filter . "&amp;sort=$c_sort&amp;dir=$c_dir");
		?>
	</div>
</div>
<?php
	# Manage Form END
	helper_alternate_class_no_attribute(0);
?>
	<div id="manage-user-edit-div" class="form-container">
		<form id="manage-user-edit-form" method="get" action="manage_user_edit_page.php"<?php # CSRF protection not required here - form does not result in modifications ?>>
			<fieldset>
				<div class="field-container <?php echo helper_alternate_class_no_attribute(); ?>">
					<label for="username"><span><?php echo lang_get( 'username' ) ?></span></label>
					<span class="input"><input id="username" type="text" name="username" value="" /></span>
					<span class="label-style"></span>
				</div>