1 <div class="flex-container flexFlowColumn height100p">
2 <label for="notepadFileName">
3 File Name
4 </label>
5 <input type="text" class="text_pole" id="notepadFileName" name="notepadFileName" value="" />
6 <label>
7 File Content
8 </label>
9 <textarea id="notepadFileContent" name="notepadFileContent" class="text_pole textarea_compact monospace flex1" placeholder="Enter your notes here."></textarea>
10 </div>