|
|
Line 1: |
Line 1: |
− | ====Top 10-Problem Type Template====
| |
− | {| id="resource" class="wikitable"
| |
− | !|Problem Type
| |
− | !|Number of Cases Created
| |
− | |-
| |
− | |1. Camera Troubleshoot
| |
− | | 84
| |
− | |-
| |
− | |2. Remote Access (P2P)
| |
− | | 51
| |
− | |-
| |
− | |3. General Info
| |
− | | 47
| |
− | |-
| |
− | |4. Password Reset
| |
− | | 37
| |
− | |-
| |
− | |5. Presales Technical
| |
− | | 30
| |
− | |-
| |
− | |6. Non-Auth
| |
− | | 22
| |
− | |-
| |
− | |7. SmartPSS
| |
− | | 10
| |
− | |-
| |
− | |8. Mobile Access
| |
− | | 8
| |
− | |-
| |
− | |9. Display Monitor
| |
− | | 8
| |
− | |-
| |
− | |10. Playback
| |
− | | 7
| |
− | |-
| |
− | |Total
| |
− | | <span id="resource_sum">TOT</span>
| |
− | |}
| |
| | | |
− | <html>
| + | ==Test== |
− | <script type="text/javascript">
| + | {| class="wikitable" |
− | function sumColumn( id, col ) {
| + | |[[file:DSS-S2_User_Portal_Top_Bar.png|1000px]] |
− | var total = 0;
| |
− | var mytable = document.getElementById( id );
| |
− | for ( var v=1; v < mytable.rows.length - 1; v++ ) {
| |
− | total += parseInt( mytable.rows[v].cells[col].innerHTML );
| |
− | }
| |
− | document.getElementById( id + '_sum' ).innerHTML = total;
| |
− | }
| |
− | sumColumn('resource', 1 );
| |
− | </script>
| |
− | </html>
| |
− | ====Top 10-Problem Type Template====
| |
− | {| id="resource1" class="wikitable" | |
− | !|Problem Type
| |
− | !|Number of Cases Created
| |
− | |- | |
− | |1. Camera Troubleshoot
| |
− | | 84 | |
− | |-
| |
− | |2. Remote Access (P2P)
| |
− | | 51
| |
− | |-
| |
− | |3. General Info
| |
− | | 47
| |
− | |-
| |
− | |4. Password Reset
| |
− | | 37
| |
− | |-
| |
− | |5. Presales Technical
| |
− | | 30
| |
| |- | | |- |
− | |6. Non-Auth | + | |{{Template:DSS-S2_Business_Configuration}} |
− | | 22
| |
| |- | | |- |
− | |7. SmartPSS | + | |{{Template:DSS-S2_System_Maintenance}} |
− | | 10
| |
| |- | | |- |
− | |8. Mobile Access
| |
− | | 8
| |
− | |-
| |
− | |9. Display Monitor
| |
− | | 8
| |
− | |-
| |
− | |10. Playback
| |
− | | 7
| |
− | |-
| |
− | |Total
| |
− | | <span id="resource1_sum">TOT</span>
| |
| |} | | |} |
− |
| |
− | <html>
| |
− | <script type="text/javascript">
| |
− | function sumColumn( id, col ) {
| |
− | var total = 0;
| |
− | var mytable = document.getElementById( id );
| |
− | for ( var v=1; v < mytable.rows.length - 1; v++ ) {
| |
− | total += parseInt( mytable.rows[v].cells[col].innerHTML );
| |
− | }
| |
− | document.getElementById( id + '_sum' ).innerHTML = total;
| |
− | }
| |
− | sumColumn('resource1', 1 );
| |
− | </script>
| |
− | </html>
| |