taron133
2020-10-26 aa8d874c8a3287d41d26566ae32b6ed8d4557ff9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{if inputNeedSers}
<table style="border:solid 1px #000;">
<tr><td colspan="2" align="center" class="fixed">{$needSersTable}</td></tr>
<tr><td class="fixed">{$lastCountNeedSers}</td><td><input type="text" class="form-control" disabled value="{$inputNeedSers[1]}" /></td></tr>
<tr><td class="fixed">{$lastNeedSers}</td><td><input type="text" class="form-control" disabled value="{$inputNeedSers[2]}" /></td></tr>
<tr><td class="fixed">{$nowCountNeedSers}</td><td><input type="text" class="form-control" disabled value="{$inputNeedSers[3]}" /></td></tr>
<tr><td class="notfixed">{$nowNeedSers}</td><td><input type="text" class="form-control" id='newSerNum' value="{$inputNeedSers[4]}" /></td></tr>
<tr><td colspan="2" align="center"><input type="button" class="btn btn-info" value="{$save}" onclick="xajax_SetSerNum('{$SUBID}', GID('newSerNum').value);" /></td></tr>
</table>
{/if}
 
<table summary="T" style="border:1px #666 solid;" width="100%" cellpadding="0" cellspacing="0">
    <tr align="center">
        <td style="width:50px;border:solid {if $tab==1}2{else}0{/if}px #BB0;" id="tab1" onclick="ChangeTab(this);">{$per}</td>
        <td style="width:50px;border:solid {if $tab==2}2{else}0{/if}px #BB0;" id="tab2" onclick="ChangeTab(this);">{$mat}</td>
    {if $hints1}<td style="width:50px;border:solid {if $tab==3}3{else}0{/if}px #BB0;" id="tab3" onclick="ChangeTab(this);">{$hints}</td>{/if}
        <td style="width:50px;border:solid {if $tab==4}4{else}0{/if}px #BB0;" id="tab4" onclick="ChangeTab(this);">{$measure}</td>
    </tr>
</table>
 
<div style="display:{if $tab==1}block{else}none{/if};" id="tab1_div">
    <table summary="T" width="100%" cellpadding="0" cellspacing="0">
        <tr align="center"><td valign="top">{$pers2}</td></tr>
    </table>
</div>
 
<div style="display:{if $tab==2}block{else}none{/if};" id="tab2_div">
    <table summary="T" width="100%" cellpadding="0" cellspacing="0">
        <tr align="center"><td valign="top">{$mats1}</td></tr>
    </table>
</div>
 
{if $hints1}
<div style="display:{if $tab==3}block{else}none{/if};" id="tab3_div">
    <table summary="T" width="100%" cellpadding="0" cellspacing="0">
        <tr align="center">
            <td valign="top">
                <div id="hints_div">
                {$hints1}
                </div>
                <div id="docs_div">
                </div>
                <div id="content_doc_div" style="margin: 5px 0 10px 0; width: 320px;" class="x-media">
                </div>
            </td></tr>
    </table>
</div>
{/if}
 
<div style="display:{if $tab==4}block{else}none{/if};" id="tab4_div">
    <table summary="T" width="100%" cellpadding="0" cellspacing="0">
        <tr align="center"><td valign="top">{$measure_grid}</td></tr>
    </table>
</div>