46 lines
1.7 KiB
HTML
46 lines
1.7 KiB
HTML
<form class="form-horizontal">
|
|
<div class="control-group">
|
|
<label class="control-label" for="inputIdentifier">Identifier</label>
|
|
<div class="controls">
|
|
<input type="text" id="inputEmail" placeholder="Required">
|
|
<span class="help-block">General database identifier. No space allowed.</span>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="control-group">
|
|
<label class="control-label" for="inputTextDE">Text<br>(german)</label>
|
|
<div class="controls">
|
|
<textarea rows="3" placeholder="Required"></textarea>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="control-group">
|
|
<label class="control-label" for="inputTextEN">Text<br>(english)</label>
|
|
<div class="controls">
|
|
<textarea rows="3" placeholder="Required"></textarea>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="control-group">
|
|
<label class="control-label" for="inputAndroidIdentifier">Android Identifier</label>
|
|
<div class="controls">
|
|
<input type="text" id="inputPassword" placeholder="Optional">
|
|
<span class="help-block">Android identifier. No space allowed.<br>If you fill out the field, this entry will be exported for Android XML.</span>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="control-group">
|
|
<label class="control-label" for="inputIOSIdentifier">iOS Identifier</label>
|
|
<div class="controls">
|
|
<input type="text" id="inputPassword" placeholder="Optional">
|
|
<span class="help-block">iOS identifier. No space allowed.<br>If you fill out the field, this entry will be exported for iOS XML.</span>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="control-group">
|
|
<div class="controls">
|
|
<button type="submit" class="btn btn-submit btn-primary"><i class="icon-plus icon-white"></i> Create</button>
|
|
</div>
|
|
</div>
|
|
</form>
|