function intShowUserSearchSetVars(&$smarty) { $smarty->assign_by_ref("group_names", getGroupNames($smarty)); $smarty->assign_by_ref("admin_names", getAdminNames($smarty)); intSetChargeNames($smarty, null); $smarty->assign("can_change", hasPerm("CHANGE USER ATTRIBUTES") or amIGod()); $smarty->assign("order_by_options", array("user_id" => "User ID", "normal_username" => "Normal Username", "creation_date" => "Creation Date", "owner_id" => "Owner ID", "group_id" => "Group ID", "credit" => "Credit")); if (!$smarty->is_assigned("show_results")) { $smarty->assign("show_results", FALSE); } }
function smarty_function_group_names_select($params, &$smarty) { /* parameter name(string,required): html select name parameter default_var(string,optional): see getSelectedAttrFromSmartyParams comments parameter default_request(string,optional): parameter default_smarty(string,optional): parameter default(string,optional) parameter target(string,optional): return string of html select code for group selects. */ $selected = getSelectedAttrFromSmartyParams($smarty, $params); require_once $smarty->_get_plugin_filepath('function', 'html_options'); require_once IBSINC . "group_face.php"; $groups = getGroupNames($smarty); return smarty_function_html_options(array("selected" => $selected, "output" => $groups, "values" => $groups, "name" => $params["name"]), $smarty); }
<?php require 'data/functions.php'; $groupNames = getGroupNames(); ?> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" ng-app="sms-service"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <nav>