aboutsummaryrefslogtreecommitdiff
path: root/js/io/workflow/newFileDialog/new-file-location.reel/new-file-location.html
blob: 1be4e4852aea0b4c18ac375ca10598530d2fd32c (plain)
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
<!DOCTYPE HTML>
<!-- <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> -->
<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="new-file-location.css">
    <script type="text/montage-serialization">
    {

        "owner":{
            "module": "js/io/workflow/newFileDialog/new-file-location.reel",
            "name": "NewFileLocation",
            "properties": {
                "element": {"#": "newfileLocation"}
            }
        }
    }
    </script>
</head>
<body>
<div id="newfileLocation" class="newfileLocation">
    <div class="templateSelection">
        <div class="template"></div>
    </div>
    <div class="locationSelection">
        <div><span>NAME:</span><input id="newFileName" class="nj-skinned newFileName" type="search" value="" /></div>
        <div>
            <span>DIRECTORY:</span>
            <input type="search" id="newFileDirectory" class="nj-skinned newFileDirectory" />
            <img id="findDirectory" class="findDirectory" src="images/panels/project-panel/icon-button-search.png" />
        </div>
        <div><span>HEIGHT:</span><span class="templateHeight" id="templateHeight">176 px</span></div>
        <div><span>WIDTH:</span><span class="templateWidth" id="templateWidth">220 px</span></div>
    </div>
</div>
</body>
</html>