move files around :P
[phpbb.git] / phpBB / adm / style / install / update_diff.html
blobefbe1d045c7a93ec5dfa24bdd0b89da391fcdc63
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
3 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
6 <meta http-equiv="Content-Style-Type" content="text/css" />
7 <meta http-equiv="Content-Language" content="{S_USER_LANG}" />
8 <meta http-equiv="imagetoolbar" content="no" />
9 <!-- IF META -->{META}<!-- ENDIF -->
10 <title>{PAGE_TITLE}</title>
12 <link href="../adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" />
14 <script type="text/javascript">
15 // <![CDATA[
16 function resize_panel()
18 var block = document.getElementById('codepanel');
19 var height;
21 if (window.innerHeight)
23 height = window.innerHeight - 150;
24 block.style.height = height + 'px';
26 else
28 //whatever IE needs to do this
31 // ]]>
32 </script>
34 <style type="text/css">
35 /* <![CDATA[ */
37 #main {
38 font-size: 1em;
39 line-height: 0.7em;
40 margin: 0;
41 padding: 0;
42 width: 99%;
45 #diff_content {
46 padding: 30px 10px 10px;
49 <!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
50 div#codepanel {
51 overflow: auto;
52 width: 100%;
53 height: 350px;
54 display: inline-block;
56 <!-- ELSE -->
57 div#codepanel {
58 background-color: #eee;
60 <!-- ENDIF -->
62 <!-- IF not S_DIFF_NEW_FILE -->
63 /**
64 * Unified Diff
66 .file {
67 line-height: .7em;
70 .diff {
71 margin: 0;
74 .added {
75 background-color: #dfd;
78 .removed {
79 background-color: #fdd;
82 .info {
83 color: #888;
86 .context {
87 background-color: #eee;
90 /**
91 * Inline Diff
93 .ins {
94 background-color: #dfd;
95 text-decoration: underline;
98 .del {
99 background-color: #fdd;
100 text-decoration: line-through;
104 * Column Diff
106 table.hrdiff {
107 margin: 0 0 8px 5px;
108 width: 100%;
109 overflow: hidden;
110 border-bottom: 1px solid #999;
111 table-layout: fixed;
114 table.hrdiff th {
115 text-align: left;
116 width: 50%;
117 color: #333;
118 font-family: Verdana,Helvetica,sans-serif;
119 font-size: 11px;
120 border-bottom: 1px solid #999;
121 background: transparent;
124 table.hrdiff thead th {
125 font-weight: bold;
126 font-size: 110%;
127 padding: 2px;
130 table.hrdiff tr:first-child th {
131 border-top: none;
134 table.hrdiff tbody th {
135 padding: 2em 1px 1px 1px;
136 font-size: 80%;
137 border-top: 1px solid #999;
140 table.hrdiff tbody td.old {
141 border-left: 1px solid #999;
142 border-right: 1px solid #999;
144 table.hrdiff tbody td.new {
145 border-right: 1px solid #999;
148 table.hrdiff td pre {
149 overflow: auto;
150 display: block;
151 width: 100%;
152 overflow: auto;
153 display: block;
156 table.hrdiff .unmodified {
157 background: #fff;
160 table.hrdiff .added {
161 background: #9f9;
164 table.hrdiff .added_empty {
165 background: #cfc;
168 table.hrdiff .modified {
169 background: #fd9;
172 table.hrdiff .removed {
173 background: #f99;
176 table.hrdiff .removed_empty {
177 background: #fcc;
180 table.hrdiff caption {
181 caption-side: top;
182 text-align: left;
183 margin: 0 0 8px 5px;
184 font-size: 90%;
185 font-weight: bold;
186 padding: 5px;
189 table.hrdiff caption span {
190 height: 10px;
191 width: 10px;
192 line-height: 10px;
193 letter-spacing: 10px;
194 border: 1px solid #000;
195 margin-left: 0.5em;
196 vertical-align: baseline;
199 <!-- ENDIF -->
201 /* ]]> */
202 </style>
204 </head>
207 <!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' -->
208 <body onresize="resize_panel();" onload="resize_panel();">
209 <!-- ELSE -->
210 <body>
211 <!-- ENDIF -->
213 <div id="wrap">
214 <div id="page-header">
215 <!-- IF S_DIFF_NEW_FILE -->
217 <h1>{L_VIEWING_FILE_CONTENTS}</h1>
218 <!-- ELSE -->
219 <h1>{L_VIEWING_FILE_DIFF}</h1>
220 <!-- ENDIF -->
221 <!-- IF not S_DIFF_NEW_FILE -->
222 <p id="skip"><a href="#acp">{L_SKIP}</a></p>
223 <form method="post">
224 <fieldset class="quick">
225 <label for="diff_mode">{L_SELECT_DIFF_MODE}:</label>
226 <select name="diff_mode" id="diff_mode">{S_DIFF_MODE_OPTIONS}</select>
228 <input class="button1" type="submit" id="submit" name="submit" value="{L_CHANGE}" />
229 </fieldset>
230 </form>
231 <!-- ENDIF -->
232 </div>
234 <div id="page-body">
235 <div id="acp">
236 <div class="panel" id="codepanel">
237 <span class="corners-top"><span></span></span>
238 <div id="diff_content">
239 <div id="main">
241 <!-- IF S_DIFF_CONFLICT_FILE -->
242 <div style="float: {S_CONTENT_FLOW_END};"><strong>{L_NUM_CONFLICTS}: {NUM_CONFLICTS}</strong></div>
243 <!-- ENDIF -->
244 {DIFF_CONTENT}
245 </div>
246 </div>
247 <span class="corners-bottom"><span></span></span>
248 </div>
249 </div>
250 </div>
253 <!-- INCLUDE simple_footer.html -->