public:mdvr:frame_calulator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:mdvr:frame_calulator [2021/08/26 23:51]
europe
public:mdvr:frame_calulator [2021/08/27 00:34] (current)
europe ↷ Page moved from internal:draft:frame_calulator to public:mdvr:frame_calulator
Line 1: Line 1:
 +====== MDVR Storage Calculator ======
 +{{ :mdvr:pasted:mdvr_storage_calculator.zip |Download the calculator}}
 <html> <html>
-<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">+<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" style="width:300px;">
          
     <title>N9M frame calculator</title>     <title>N9M frame calculator</title>
Line 11: Line 13:
             border-right: 1px solid #9393FF;             border-right: 1px solid #9393FF;
             border-bottom: 1px solid #9393FF;             border-bottom: 1px solid #9393FF;
 +            max-width: 400px;
         }         }
  
Line 117: Line 120:
             <td nowrap="" class="title0">Conditions</td>             <td nowrap="" class="title0">Conditions</td>
             <td nowrap="" class="title0" colspan="8">             <td nowrap="" class="title0" colspan="8">
-                Frame:<input id="idframe" type="text/css" value="25"> + <style> 
-                Storage capacity: + .c{ 
-                <select id="idsize"> + display:inline; 
-                    <option>4G</option> +
-                    <option>8G</option> + </style> 
-                    <option>16G</option> + <div style="float:left;"> 
-                    <option>32G</option> + Frame:<input class="c" id="idframe" type="text" value="25", style="width:100px;"> 
-                    <option>64G</option> + Storage capacity: 
-                    <option>128G</option> + <select class="c" id="idsize", style="width:100px;"> 
-                    <option>256G</option> + <option>4G</option> 
-                    <option>512G</option> + <option>8G</option> 
-                    <option>1T</option> + <option>16G</option> 
-                    <option>2T</option> + <option>32G</option> 
-                    <option>4T</option> + <option>64G</option> 
-                </select> + <option>128G</option> 
-                Channel:<input id="idchannel" type="text/css" value="4"> + <option>256G</option> 
-                Default quality:Normal:3;Alarm:2; + <option>512G</option> 
-                <font color="red">Used for N9M based device</font>+ <option>1T</option> 
 + <option>2T</option> 
 + <option>4T</option> 
 + </select> 
 + Channel:<input class="c" id="idchannel" type="text" value="4", style="width:100px;"> 
 + Default quality:Normal:3;Alarm:2; 
 + <font color="red">Used for N9M based device</font
 + </div>
             </td>             </td>
             <td nowrap="" class="title0">             <td nowrap="" class="title0">
-                <input id="bok" type="button" value="Calculate" style="width:80px;">+                <input id="bok" type="button" value="Calculate" style="width:100px;">
             </td>             </td>
         </tr>         </tr>
  • public/mdvr/frame_calulator.1630014671.txt.gz
  • Last modified: 2021/08/26 23:51
  • by europe