[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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> 4 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> 11 12 <link href="../adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" /> 13 14 <script type="text/javascript"> 15 // <![CDATA[ 16 function resize_panel() 17 { 18 var block = document.getElementById('diff_content'); 19 var height; 20 21 if (window.innerHeight) 22 { 23 height = window.innerHeight - 200; 24 block.style.height = height + 'px'; 25 } 26 else 27 { 28 //whatever IE needs to do this 29 } 30 } 31 32 window.onresize = resize_panel; 33 34 // ]]> 35 </script> 36 37 <style type="text/css"> 38 /* <![CDATA[ */ 39 40 #main { 41 font-size: 1em; 42 line-height: 0.7em; 43 margin: 0; 44 padding: 0; 45 width: 99%; 46 } 47 48 #diff_content { 49 padding: 30px 10px 10px; 50 } 51 52 <!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' --> 53 div#codepanel { 54 width: 100%; 55 } 56 <!-- ELSE --> 57 div#codepanel { 58 background-color: #eee; 59 } 60 <!-- ENDIF --> 61 62 <!-- IF DIFF_MODE neq 'unified' and DIFF_MODE neq 'side_by_side' --> 63 div#diff_content pre { 64 overflow: auto; 65 height: 414px; 66 width: 100% !important; 67 } 68 <!-- ENDIF --> 69 70 <!-- IF not S_DIFF_NEW_FILE --> 71 /** 72 * Unified Diff 73 */ 74 .file { 75 line-height: .7em; 76 overflow: auto; 77 height: 414px; 78 } 79 80 .diff { 81 margin: 0; 82 } 83 84 .added { 85 background-color: #dfd; 86 } 87 88 .removed { 89 background-color: #fdd; 90 } 91 92 .info { 93 color: #888; 94 } 95 96 .context { 97 background-color: #eee; 98 } 99 100 /** 101 * Inline Diff 102 */ 103 .ins { 104 background-color: #dfd; 105 text-decoration: underline; 106 } 107 108 .del { 109 background-color: #fdd; 110 text-decoration: line-through; 111 } 112 113 /** 114 * Column Diff 115 */ 116 table.hrdiff { 117 margin: 0 0 8px 5px; 118 width: 100%; 119 overflow: hidden; 120 border-bottom: 1px solid #999; 121 table-layout: fixed; 122 background: transparent; 123 } 124 125 table.hrdiff th { 126 text-align: left; 127 width: 50%; 128 color: #333; 129 font-family: Verdana,Helvetica,sans-serif; 130 font-size: 11px; 131 border-bottom: 1px solid #999; 132 border-right: 1px solid #999; 133 background: #D9D9D9; 134 } 135 136 table.hrdiff thead th { 137 font-weight: bold; 138 font-size: 110%; 139 padding: 2px; 140 } 141 142 table.hrdiff tr:first-child th { 143 border-top: none; 144 } 145 146 table.hrdiff tbody th { 147 font-size: 80%; 148 border-top: 1px solid #999; 149 } 150 151 table.hrdiff tbody td { 152 border-right: 1px solid #999; 153 } 154 155 table.hrdiff td pre { 156 font-family: "Consolas", monospace; 157 font-size: 1.1em; 158 white-space: pre-wrap; /* css-3 */ 159 word-wrap: break-word; /* Internet Explorer 5.5+ */ 160 } 161 162 table.hrdiff .unmodified { 163 background: transparent; 164 } 165 166 table.hrdiff .added { 167 background: #9f9; 168 } 169 170 table.hrdiff .added_empty { 171 background: #cfc; 172 } 173 174 table.hrdiff .modified { 175 background: #fd9; 176 } 177 178 table.hrdiff .removed { 179 background: #f99; 180 } 181 182 table.hrdiff .removed_empty { 183 background: #fcc; 184 } 185 186 table.hrdiff caption { 187 caption-side: top; 188 text-align: left; 189 margin: 0 0 8px 5px; 190 font-size: 90%; 191 font-weight: bold; 192 padding: 5px; 193 } 194 195 table.hrdiff caption span { 196 height: 10px; 197 width: 10px; 198 line-height: 10px; 199 letter-spacing: 10px; 200 border: 1px solid #000; 201 margin-left: 0.5em; 202 vertical-align: baseline; 203 } 204 205 <!-- ENDIF --> 206 207 /* ]]> */ 208 </style> 209 210 </head> 211 212 <!-- IF DIFF_MODE neq 'side_by_side' and DIFF_MODE neq 'raw' --> 213 <body onload="resize_panel();"> 214 <!-- ELSE --> 215 <body> 216 <!-- ENDIF --> 217 218 <div id="wrap"> 219 <div id="page-header"> 220 <!-- IF S_DIFF_NEW_FILE --> 221 222 <h1>{L_VIEWING_FILE_CONTENTS}</h1> 223 <!-- ELSE --> 224 <h1>{L_VIEWING_FILE_DIFF}</h1> 225 <!-- ENDIF --> 226 <!-- IF not S_DIFF_NEW_FILE --> 227 <p id="skip"><a href="#acp">{L_SKIP}</a></p> 228 <form method="post" action=""> 229 <fieldset class="quick"> 230 <label for="diff_mode">{L_SELECT_DIFF_MODE}:</label> 231 <select name="diff_mode" id="diff_mode">{S_DIFF_MODE_OPTIONS}</select> 232 233 <input class="button1" type="submit" id="submit" name="submit" value="{L_CHANGE}" /> 234 </fieldset> 235 </form> 236 <!-- ENDIF --> 237 <!-- IF S_DIFF_CONFLICT_FILE --> 238 <div style="float: {S_CONTENT_FLOW_BEGIN};"><strong>{L_NUM_CONFLICTS}: {NUM_CONFLICTS}</strong></div> 239 <br style="clear: both;" /> 240 <!-- ENDIF --> 241 </div> 242 243 <div id="page-body"> 244 <div id="acp"> 245 <div class="panel" id="codepanel"> 246 <span class="corners-top"><span></span></span> 247 <div id="diff_content"> 248 <div id="main"> 249 {DIFF_CONTENT} 250 </div> 251 </div> 252 <span class="corners-bottom"><span></span></span> 253 </div> 254 </div> 255 </div> 256 257 258 <!-- INCLUDE simple_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |