-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.php
38 lines (28 loc) · 1.03 KB
/
editor.php
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
<?php
//////////////////////////////////////////////////////////////////////////////////////////////////////
//// This is a file for the Smart TS3 Panel made by UAEpro, BlackBird and eSport Team. ////
//// If you get this files without UAEpro permission you might be in serious problems. ////
//// This file or files content owned by eSport.ae and no one can use it without eSport.ae Owner. ////
//// If you have access to this file send email to [email protected] ////
//////////////////////////////////////////////////////////////////////////////////////////////////////
?>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">المحرر الذكي</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<form action="" method="post">
<div>
<center>
<textarea name="bbcode_field" style="height:500px;width:80%;"></textarea>
</center>
</div>
</form>
<!-- /.row -->
</div>
<!-- /#page-wrapper -->
</div>