⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_index_tpl.php

📁 网页打卡钟系统,源码提供给大家学习一下啦!希望给大家带来帮助
💻 PHP
📖 第 1 页 / 共 3 页
字号:
                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Choose how to round                       the time worked within the reports for each user. This simply tells the report how to format the total hours worked for the                       Hours Worked Report. Default is \"<b>0</b>\", meaning do not round.                      </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>paginate:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$paginate</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Choose whether to paginate                       the Hours Worked report or not. Setting this option to \"yes\" will print each user's time on their own separate page.                       Default is \"<b>yes</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>show_details:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$show_details</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Choose whether to show the                       punch-in/out details for each punch for each user on the Hours Worked report or not. Default is \"<b>yes</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>report_start_time:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$report_start_time</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>These two variables,                       report_start_time and report_end_time, are designed to work with the Hours Worked report. They are there to provide a starting                       time to go along with the starting date, and an ending time to go along with the ending date for the dates specified when the report                       is run. Default is \"<b>00:00</b>\" (12:00am). 12 hour and 24 hour formats are supported.</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>report_end_time:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$report_end_time</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Default is \"<b>23:59</b>\"                       (11:59pm). 12 hour and 24 hour formats are supported.</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>username_dropdown_only:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$username_dropdown_only</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Setting this variable to \"yes\"                      will display a single dropdown box containing usernames to choose from when running the reports. Setting this variable                       to \"no\" will instead display a triple dropdown box containing offices, groups, and usernames to choose from when running the                       reports. A single dropdown box works well if there are just a few usernames in the system, and a triple dropdown                       works well if multiple offices and/or groups are in the system. Default is \"<b>no</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>user_or_display:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$user_or_display</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Choose whether to print                      displaynames or usernames for each user when reports are run. Options for this variable are \"user\" and \"display\".                      Default is \"<b>user</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>display_ip:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$display_ip</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Choose whether to include                      in the reports the ip addresses of the systems that connect to sign-in/out into PHP Timeclock or not. This option                      is useful for auditing purposes. The <b>ip_logging</b> option must be set to \"<b>yes</b>\" in order for this option to work as                       expected. Default is \"<b>yes</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>export_csv:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$export_csv</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Choose \"<b>yes</b>\" to export                     the reports to a comma delimited file (.csv). Default is \"<b>no</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td nowrap style='border:solid #888888;border-width:0px 0px 1px 0px;' colspan=3>&nbsp;</td></tr>\n";echo "              <tr><th colspan=3 class=table_heading_no_color nowrap align=left>Timezone Settings</th></tr>\n";echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>use_client_tz:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$use_client_tz</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Setting this option to \"yes\"                       will display the punch-in/out times according to the timezone of the connecting computer, providing javascript is enabled in the                       user's browser. Default is \"<b>no</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>use_server_tz:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$use_server_tz</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Setting this option to \"yes\"                       will display the punch-in/out times according to the timezone of the web server. Setting this option to \"no\" AND setting                       'use_client_tz' to \"no\" will display the punch-in/out times in GMT. Default is \"<b>yes</b>\".                  </td></tr>\n";$row_count = '0'; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td nowrap style='border:solid #888888;border-width:0px 0px 1px 0px;' colspan=3>&nbsp;</td></tr>\n";echo "              <tr><th colspan=3 class=table_heading_no_color nowrap align=left>Display Settings</th></tr>\n";echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>color1:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$color1</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>When times are displayed in PHP                       Timeclock, they are displayed with these two alternating row colors. Default is \"<b>#EFEFEF</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>color2:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$color2</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Default is \"<b>#FBFBFB</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>display_current_users:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$display_current_users</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Display only the current day's                       activity instead of the last entry from each user. Default is \"<b>no</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>show_display_name:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$show_display_name</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Show a user's Display Name                       instead of their username on the main page. Default is \"<b>no</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>display_office:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$display_office</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Display only a certain office on                       the main page of the application, instead of all the users. Default is \"<b>all</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>display_group:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$display_group</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Display only a certain                      group on the main page of the application, instead of a particular office, or all the users. If \"all\" is chosen for the                      office, then you can choose any group in the list. This is there for if you have 2 or more groups with the same name, but with                      each having a different parent office. In this case, if you wanted to display all members of the groups with the same name, you                      could do this without having to choose an office. Default is \"<b>all</b>\".</td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;echo "              <tr><td bgcolor='$row_color' class=table_rows width=10% align=left style='padding-left:4px;' valign=top>display_office_name:</td>                  <td bgcolor='$row_color' class=table_rows width=10% align=left valign=top>$display_office_name</td>                  <td bgcolor='$row_color' class=table_rows width=80% align=left style='padding-left:10px;' valign=top>Display a column on the main                       page that shows the office each user is affiliated with. Default is \"<b>no</b>\".                  </td></tr>\n";$row_count++; $row_color = ($row_count % 2) ? $color2 : $color1;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -