Вход Регистрация
Файл: forsoc.ru/adm/style/install_update_diff.html
Строк: 134
<?php
<!DOCTYPE html>
<
html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<
head>
<
meta charset="utf-8">
<
meta http-equiv="X-UA-Compatible" content="IE=edge">
<
meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- IF 
META -->{META}<!-- ENDIF -->
<
title>{PAGE_TITLE}</title>

<
link href="{T_TEMPLATE_PATH}/admin.css" rel="stylesheet" type="text/css" media="screen" />

<
script type="text/javascript">
// <![CDATA[
function resize_panel()
{
    var 
block document.getElementById('diff_content');
    var 
height;

    if (
window.innerHeight)
    {
        
height window.innerHeight 200;
        
block.style.height height 'px';
    }
    else
    {
        
//whatever IE needs to do this
    
}
}

window.onresize resize_panel;

// ]]>
</script>

<
style type="text/css">
/* <![CDATA[ */

#main, .rtl #main {
    
font-size1em;
    
line-height0.7em;
    
margin0;
    
padding0;
    
width99%;
}

#diff_content {
    
padding30px 10px 10px;
    
overflowhidden;
}

<!-- IF 
DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
div#codepanel {
    
width100%;
}
<!-- ELSE -->
div#codepanel {
    
background-color#eee;
}
<!-- ENDIF -->

<!-- IF 
DIFF_MODE neq 'unified' and DIFF_MODE neq 'side_by_side'  -->
div#diff_content pre {
    
overflowauto;
    
height414px;
    
width100% !important;
}
<!-- ENDIF -->

<!-- IF 
not S_DIFF_NEW_FILE -->
/**
* Unified Diff
*/
.file {
    
line-height.7em;
    
overflowauto;
    
height414px;
}

.
diff {
    
margin0;
}

.
added {
    
background-color#dfd;
}

.
removed {
    
background-color#fdd;
}

.
info {
    
color#888;
}

.
context {
    
background-color#eee;
}

/**
* Inline Diff
*/
.ins {
    
background-color#dfd;
    
text-decorationunderline;
}

.
del {
    
background-color#fdd;
    
text-decorationline-through;
}

/**
* Column Diff
*/
table.hrdiff {
    
margin0 0 8px 5px;
    
width100%;
    
overflowhidden;
    
border-bottom1px solid #999;
    
table-layoutfixed;
    
backgroundtransparent;
}

table.hrdiff th {
    
text-alignleft;
    
width50%;
    
color#333;
    
font-familyVerdana,Helvetica,sans-serif;
    
font-size11px;
    
border-bottom1px solid #999;
    
border-right1px solid #999;
    
background#D9D9D9;
}

table.hrdiff thead th {
    
font-weightbold;
    
font-size110%;
    
padding2px;
}

table.hrdiff tr:first-child th {
    
border-topnone;
}

table.hrdiff tbody th {
    
font-size80%;
    
border-top1px solid #999;
}

table.hrdiff tbody td {
    
border-right1px solid #999;
}

table.hrdiff td pre {
    
font-family"Consolas"monospace;
    
font-size1.1em;
    
white-spacepre-wrap;        /* css-3 */
    
word-wrap: break-word;        /* Internet Explorer 5.5+ */
}

table.hrdiff .unmodified {
    
backgroundtransparent;
}

table.hrdiff .added {
    
background#9f9;
}

table.hrdiff .added_empty {
    
background#cfc;
}

table.hrdiff .modified {
    
background#fd9;
}

table.hrdiff .removed {
    
background#f99;
}

table.hrdiff .removed_empty {
    
background#fcc;
}

table.hrdiff caption {
    
caption-sidetop;
    
text-alignleft;
    
margin0 0 8px 5px;
    
font-size90%;
    
font-weightbold;
    
padding5px;
}

table.hrdiff caption span {
    
height10px;
    
width10px;
    
line-height10px;
    
letter-spacing10px;
    
border1px solid #000;
    
margin-left0.5em;
    
vertical-alignbaseline;
}

<!-- ENDIF -->

/* ]]> */
</style>

</
head>

<!-- IF 
DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
<
body onload="resize_panel();">
<!-- ELSE -->
<
body>
<!-- ENDIF -->

<
div id="wrap">
    <
div id="page-header">
<!-- IF 
S_DIFF_NEW_FILE -->

        <
h1>{L_VIEWING_FILE_CONTENTS}</h1>
<!-- ELSE -->
        <
h1>{L_VIEWING_FILE_DIFF}</h1>
<!-- ENDIF -->
<!-- IF 
not S_DIFF_NEW_FILE -->
        <
p id="skip"><a href="#acp">{L_SKIP}</a></p>
        <
form method="post" action="#">
        <
fieldset class="quick">
            <
label for="diff_mode">{L_SELECT_DIFF_MODE}{L_COLON}</label>
            <
select name="diff_mode" id="diff_mode">{S_DIFF_MODE_OPTIONS}</select>

            <
input class="button1" type="submit" id="submit" name="submit" value="{L_CHANGE}" />
        </
fieldset>
        </
form>
<!-- ENDIF -->
<!-- IF 
S_DIFF_CONFLICT_FILE -->
        <
div style="float: {S_CONTENT_FLOW_BEGIN};"><strong>{L_NUM_CONFLICTS}{L_COLON} {NUM_CONFLICTS}</strong></div>
        <
br style="clear: both;" />
<!-- ENDIF -->
    </
div>

    <
div id="page-body">
        <
div id="acp">
            <
div id="codepanel">
                <
div id="diff_content">
                    <
div id="main">
                        {
DIFF_CONTENT}
                    </
div>
                </
div>
            </
div>
        </
div>
    </
div>


<!-- INCLUDE 
simple_footer.html -->
?>
Онлайн: 2
Реклама