1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/markupview/markup-view.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,51 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 +<!DOCTYPE html> 1.9 + 1.10 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.11 +<head> 1.12 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 1.13 + <link rel="stylesheet" href="chrome://browser/content/devtools/markup-view.css" type="text/css"/> 1.14 + <link rel="stylesheet" href="chrome://browser/skin/devtools/markup-view.css" type="text/css"/> 1.15 + <link rel="stylesheet" href="chrome://browser/skin/devtools/common.css" type="text/css"/> 1.16 + 1.17 + <script type="application/javascript;version=1.8" 1.18 + src="chrome://browser/content/devtools/theme-switching.js"/> 1.19 + 1.20 +</head> 1.21 +<body class="theme-body devtools-monospace" role="application"> 1.22 + <div id="root-wrapper"> 1.23 + <div id="root"></div> 1.24 + </div> 1.25 + <div id="templates" style="display:none"> 1.26 + 1.27 + <ul class="children"> 1.28 + <li id="template-container" save="${elt}" class="child collapsed"> 1.29 + <div save="${tagLine}" class="tag-line"><span save="${tagState}" class="tag-state"></span><span save="${expander}" class="theme-twisty expander"></span></div> 1.30 + <ul save="${children}" class="children"></ul> 1.31 + </li> 1.32 + 1.33 + <li id="template-more-nodes" class="more-nodes devtools-class-comment" save="${elt}"><span>${showing}</span> <button href="#" onclick="${allButtonClick}">${showAll}</button></li> 1.34 + </ul> 1.35 + 1.36 + <span id="template-element" save="${elt}" class="editor"><span class="open"><<span save="${tag}" class="tag theme-fg-color3" tabindex="0"></span><span save="${attrList}"></span><span save="${newAttr}" class="newattr" tabindex="0"></span><span class="closing-bracket">></span></span><span class="close"></<span save="${closeTag}" class="tag theme-fg-color3"></span>></span></span> 1.37 + 1.38 + <span id="template-attribute" save="${attr}" data-attr="${attrName}" class="attreditor" style="display:none"> <span class="editable" save="${inner}" tabindex="0"><span save="${name}" class="attr-name theme-fg-color2"></span>="<span save="${val}" class="attr-value theme-fg-color6"></span>"</span></span> 1.39 + 1.40 + <span id="template-text" save="${elt}" class="editor text"> 1.41 + <pre save="${value}" style="display:inline-block;" tabindex="0"></pre> 1.42 + </span> 1.43 + 1.44 + <span id="template-comment" save="${elt}" class="editor comment theme-comment"><span><!--</span><pre save="${value}" style="display:inline-block;" tabindex="0"></pre><span>--></span></span> 1.45 + 1.46 + <!-- span id="template-elementClose" save="${closeElt}"></<span save="${closeTag}" class="tagname theme-fg-color3"></span>></span --> 1.47 + 1.48 + </div> 1.49 + <div id="previewbar" class="disabled"> 1.50 + <div id="preview"/> 1.51 + <div id="viewbox"/> 1.52 + </div> 1.53 +</body> 1.54 +</html>